home *** CD-ROM | disk | FTP | other *** search
- /* qdraw020.h */
-
- struct QDPlaneInfo
- {
- PLANEPTR pi_Planes[4]; /* ScreenPtr->RastPort.BitMap->Planes[] */
- ULONG pi_BPR,pi_PlaneSZ; /* bitmap->BytesPerRow, BPR*rows */
- };
-
- /* qdraw020.o */
- void __regargs qdraw020(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
-
- /* qdraw020iso.o */
- void __regargs qdraw020iso(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
-